projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc4c0f0
)
(custom-declare-face): Use [set-]face-documentation.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Jul 1997 06:03:00 +0000
(06:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Jul 1997 06:03:00 +0000
(06:03 +0000)
lisp/cus-face.el
patch
|
blob
|
history
diff --git
a/lisp/cus-face.el
b/lisp/cus-face.el
index 3662f296baa973fdcf366da8b61b60b30cf63384..bd120299a16ad07e3c86a28d6803abbede4bf83a 100644
(file)
--- a/
lisp/cus-face.el
+++ b/
lisp/cus-face.el
@@
-54,8
+54,8
@@
(setq frame (car frames)
frames (cdr frames))
(face-spec-set face value frame)))))
- (when (and doc (null (face-doc
-string
face)))
- (set-face-doc
-string
face doc))
+ (when (and doc (null (face-doc
umentation
face)))
+ (set-face-doc
umentation
face doc))
(custom-handle-all-keywords face args 'custom-face)
(run-hooks 'custom-define-hook))
face)